home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / disk / misc / xfs.lha / xfs / Devs / DOSDrivers / ZIPX < prev    next >
Text File  |  1998-02-12  |  689b  |  31 lines

  1. /* $VER: ZIPX 1.1 (12.2.98)
  2.  *
  3.  * ZIP X FileSystem entry for a 100M ZIP cartridge.
  4.  */
  5.  
  6. FileSystem      = L:xfsd
  7. Flags           = 0xFF000000 /* mounts all volumes on wb, see mount.xfsd */
  8. Surfaces        = 2
  9. BlocksPerTrack  = 64
  10. SectorsPerBlock = 1
  11. SectorSize      = 512
  12. Mask            = 0x7ffffffe
  13. MaxTransfer     = 0x100000
  14. Reserved        = 0
  15. Interleave      = 0
  16. LowCyl          = 0
  17. HighCyl         = 1535
  18. Buffers         = 50
  19. BufMemType      = 0
  20. StackSize       = 16000
  21. Priority        = 10
  22. GlobVec         = -1
  23. DosType         = 0x58465344 /* 'XFSD' */
  24.  
  25. /* The Device and Unit fields are controlled by tooltypes
  26.  * in the ZIPX icon.
  27.  *
  28.  * Device   = scsi.device
  29.  * Unit     = 5
  30.  */
  31.